home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_17 / PlaceObject2_247_218 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2007-09-27  |  166 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    x = _root.ship._x;
  3.    y = _root.ship._y;
  4.    if(0 < x and x < 550 and 60 < y and y < 200)
  5.    {
  6.       _root.ship._x = x - 5;
  7.    }
  8. }
  9.